You are here: Grammar and Syntax > Flow Control Statements > IF Statements

IF Statements

An IF statement is executed based on the occurrence of a certain condition. IF statements must begin with the keyword IF and terminate with the keyword END.

Components within IF statements can be connected with the keywords AND or OR. IF statements can have these forms: